Platform Explorer / Nuxeo Platform 5.8

Operation Document.CheckOut (Check Out)

In component BuiltIn

Description

Checks out the input document. Returns back the document.
Operation id Document.CheckOut
Category Document
Label Check Out
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.CheckOutDocument
Contributing Component BuiltIn

JSON Definition

{
  "id" : "Document.CheckOut",
  "label" : "Check Out",
  "category" : "Document",
  "requires" : null,
  "description" : "Checks out the input document. Returns back the document.",
  "url" : "Document.CheckOut",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}